PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / setTextDecorationType Method
A PDFStandardLayoutTextDecorationType enum member specifying the text decoration, if any, to be applied to the element's text.
In This Topic
    setTextDecorationType Method
    In This Topic
    Sets the text decoration type.
    Syntax
    public void setTextDecorationType( 
       PDFStandardLayoutTextDecorationType value
    )

    Parameters

    value
    A PDFStandardLayoutTextDecorationType enum member specifying the text decoration, if any, to be applied to the element's text.
    See Also